home *** CD-ROM | disk | FTP | other *** search
- function addImage(node)
- {
- var image = new Object();
- image.src = node.attributes.src;
- image.thumb = node.attributes.thm;
- image.name = node.attributes.name;
- image.full = node.attributes.full;
- image.desc = node.attributes.description;
- album.push(image);
- }
- _global.album = new Array();
- config = new XML();
- config.load("config0.xml");
-